Skip to content

Commit b6ba3ca

Browse files
authored
impression: 3.3.0 -> 3.4.0 (#406342)
2 parents 6a1f949 + 488094c commit b6ba3ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/im/impression/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@
2424

2525
stdenv.mkDerivation (finalAttrs: {
2626
pname = "impression";
27-
version = "3.3.0";
27+
version = "3.4.0";
2828

2929
src = fetchFromGitLab {
3030
owner = "adhami3310";
3131
repo = "Impression";
32-
rev = "v${finalAttrs.version}";
33-
hash = "sha256-F2ZyATDKnUgEOAI++54fR6coJOr9rtyGm5TzsKzkDmg=";
32+
tag = "v${finalAttrs.version}";
33+
hash = "sha256-YNRj44bgZfJYMBPI3q9OnWFaG6x1xez8LZM1sIti5mQ=";
3434
};
3535

3636
cargoDeps = rustPlatform.fetchCargoVendor {
3737
inherit (finalAttrs) pname version src;
38-
hash = "sha256-mQyGQXEFmMkTvkZcniws/11u1RqnsxgNi9dvYn1Mx0o=";
38+
hash = "sha256-uK5kPPBBa5hI4RHj1RRohur0jzkjwePafY6E9U9vEFk=";
3939
};
4040

4141
nativeBuildInputs = [

0 commit comments

Comments
 (0)