impression: 3.2.0 -> 3.3.0 (#358308)

This commit is contained in:
Robert Schütz 2024-11-24 19:10:01 -08:00 committed by GitHub
commit 449d1f7638
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,19 +22,19 @@
stdenv.mkDerivation (finalAttrs: {
pname = "impression";
version = "3.2.0";
version = "3.3.0";
src = fetchFromGitLab {
owner = "adhami3310";
repo = "Impression";
rev = "v${finalAttrs.version}";
hash = "sha256-cNkc/z0hVNYdyuCw0nHKEQKdQVeRouk/K7gIp0xpjt4=";
hash = "sha256-F2ZyATDKnUgEOAI++54fR6coJOr9rtyGm5TzsKzkDmg=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit (finalAttrs) src;
name = "${finalAttrs.pname}-${finalAttrs.version}";
hash = "sha256-IcmJAD/55dOdN04N/wd6gZ9DO/UdUire1eXSuNMxu9M=";
hash = "sha256-H4x7D25UzDdAEad7QEsZZGLXhfiUupm3mTrNho+ShFo=";
};
nativeBuildInputs = [