Skip to content

Commit

Permalink
vala_0_56_7: init
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby285271 committed Apr 26, 2023
1 parent e78d25d commit 3a107ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/desktops/budgie/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ lib, pkgs }:

lib.makeScope pkgs.newScope (self: with self; {
vala = pkgs.vala_0_56_7;
budgie-backgrounds = callPackage ./budgie-backgrounds { };
budgie-control-center = callPackage ./budgie-control-center { };
budgie-desktop = callPackage ./budgie-desktop { };
Expand Down
5 changes: 5 additions & 0 deletions pkgs/development/compilers/vala/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,10 @@ in rec {
sha256 = "BQ6EHL/iuOfQ+zUMlQa9dVe+HNhqkMiWdl8aCaGHABM=";
};

vala_0_56_7 = generic {
version = "0.56.7";
sha256 = "PTnHWW1fqa6L/q5HZmn4EfcFe397kwhHiie2hEPYsAM=";
};

vala = vala_0_56;
}
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16421,6 +16421,7 @@ with pkgs;
vala_0_48
vala_0_54
vala_0_56
vala_0_56_7
vala;

vyper = with python3Packages; toPythonApplication vyper;
Expand Down

0 comments on commit 3a107ed

Please sign in to comment.