From 63a6ba92e6d47ba73434a847cb1c33149048a54d Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 23 Jun 2022 17:01:03 +0800 Subject: [PATCH] blueprint-compiler: 2022-03-27 -> 0.2.0 --- pkgs/blueprint-compiler.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/blueprint-compiler.nix b/pkgs/blueprint-compiler.nix index 864c0498..6d4e0598 100644 --- a/pkgs/blueprint-compiler.nix +++ b/pkgs/blueprint-compiler.nix @@ -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";