identity: 25.03 -> 25.10.1
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
gtk4,
|
||||
lcms,
|
||||
libadwaita,
|
||||
libglycin-gtk4,
|
||||
libseccomp,
|
||||
libwebp,
|
||||
meson,
|
||||
@@ -26,19 +27,19 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "identity";
|
||||
version = "25.03";
|
||||
version = "25.10.1";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.gnome.org";
|
||||
owner = "YaLTeR";
|
||||
repo = "identity";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-JZyhT220ARZ2rX0CZYeFkHx8i9ops7TcfGje0NKebnU=";
|
||||
hash = "sha256-ThccOze4BkqAprk1Yt+Ughts0DFbBwLDYd4iE8ZMwxo=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit (finalAttrs) pname version src;
|
||||
hash = "sha256-RCSTxtHXkLsH8smGp2XzQeV9SSpLx5llrFg3cgIsWKY=";
|
||||
hash = "sha256-Do+20wh9F8xE+fA9Sg+8uyRojOF7Ih4taL/pZszU6xc=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
@@ -69,6 +70,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gtk4
|
||||
lcms
|
||||
libadwaita
|
||||
libglycin-gtk4
|
||||
libseccomp
|
||||
libwebp
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user