identity: 0.7.0 -> 25.03 (#395829)

This commit is contained in:
Aleksana
2025-05-15 23:08:34 +08:00
committed by GitHub
+4 -4
View File
@@ -26,19 +26,19 @@
stdenv.mkDerivation (finalAttrs: {
pname = "identity";
version = "0.7.0";
version = "25.03";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "YaLTeR";
repo = "identity";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-h8/mWGuosBiQRpoW8rINJht/7UBVEnUnTKY5HBCAyw4=";
tag = "v${finalAttrs.version}";
hash = "sha256-JZyhT220ARZ2rX0CZYeFkHx8i9ops7TcfGje0NKebnU=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-YkbhZQUpe8ffBpHcYl7wjFgs3krAXlvHgcBdP/6uvek=";
hash = "sha256-RCSTxtHXkLsH8smGp2XzQeV9SSpLx5llrFg3cgIsWKY=";
};
strictDeps = true;