Merge pull request #304701 from dotlambda/impression

impression: 3.1.0 -> 3.2.0
This commit is contained in:
h7x4 2024-06-15 17:16:11 +02:00 committed by GitHub
commit c57102c8ec
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.1.0";
version = "3.2.0";
src = fetchFromGitLab {
owner = "adhami3310";
repo = "Impression";
rev = "v${finalAttrs.version}";
hash = "sha256-5hBpe8D3DVXP6Hq5L4OUL9rCml0MoLdK7uZzbIIkNh0=";
hash = "sha256-cNkc/z0hVNYdyuCw0nHKEQKdQVeRouk/K7gIp0xpjt4=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit (finalAttrs) src;
name = "${finalAttrs.pname}-${finalAttrs.version}";
hash = "sha256-lbpbggf4DEjpXJ52aM7qNd01XCEY3xj8dKGMfCZ9i3A=";
hash = "sha256-IcmJAD/55dOdN04N/wd6gZ9DO/UdUire1eXSuNMxu9M=";
};
nativeBuildInputs = [