Skip to content

Commit 43524ca

Browse files
authored
identity: 0.7.0 -> 25.03 (#395829)
2 parents 9e063f9 + e955e0c commit 43524ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/id/identity/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@
2626

2727
stdenv.mkDerivation (finalAttrs: {
2828
pname = "identity";
29-
version = "0.7.0";
29+
version = "25.03";
3030

3131
src = fetchFromGitLab {
3232
domain = "gitlab.gnome.org";
3333
owner = "YaLTeR";
3434
repo = "identity";
35-
rev = "refs/tags/v${finalAttrs.version}";
36-
hash = "sha256-h8/mWGuosBiQRpoW8rINJht/7UBVEnUnTKY5HBCAyw4=";
35+
tag = "v${finalAttrs.version}";
36+
hash = "sha256-JZyhT220ARZ2rX0CZYeFkHx8i9ops7TcfGje0NKebnU=";
3737
};
3838

3939
cargoDeps = rustPlatform.fetchCargoVendor {
4040
inherit (finalAttrs) pname version src;
41-
hash = "sha256-YkbhZQUpe8ffBpHcYl7wjFgs3krAXlvHgcBdP/6uvek=";
41+
hash = "sha256-RCSTxtHXkLsH8smGp2XzQeV9SSpLx5llrFg3cgIsWKY=";
4242
};
4343

4444
strictDeps = true;

0 commit comments

Comments
 (0)