mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
blueprint-compiler: 2022-03-27 -> 0.2.0
This commit is contained in:
parent
a8820aae0f
commit
63a6ba92e6
@ -2,12 +2,12 @@
|
||||
|
||||
python3Packages.buildPythonPackage rec {
|
||||
pname = "blueprint-compiler";
|
||||
version = "2022-03-27";
|
||||
version = "0.2.0";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://gitlab.gnome.org/jwestman/blueprint-compiler.git";
|
||||
rev = "e3a37893a8709aa3d6a571ecb5a3f690da0ef82d";
|
||||
sha256 = "sha256-P9Ixbtdz4vcyz7Mpz3QVbXX0+Uy/HsNq8SSe7Fnp5ko=";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-LXZ6n1oCbPa0taVbUZf52mGECrzXIcF8EaMVJ30rMtc=";
|
||||
};
|
||||
|
||||
format = "other";
|
||||
|
Loading…
Reference in New Issue
Block a user