suscan: unstable-2022-07-05 -> 0.3.0

Nothing really changed, only upstream tagged the same commit as v0.3.0,
see:
37dad542b9...v0.3.0
This commit is contained in:
Doron Behar
2024-07-28 19:49:52 +03:00
committed by Florian Brandes
parent 4e4ebb8df4
commit 1ff8f12e4d

View File

@@ -13,12 +13,12 @@
stdenv.mkDerivation rec {
pname = "suscan";
version = "unstable-2022-07-05";
version = "0.3.0";
src = fetchFromGitHub {
owner = "BatchDrake";
repo = "suscan";
rev = "37dad542b97aff24654f0bb80fb8e85af7cb84ab";
rev = "v${version}";
sha256 = "sha256-h1ogtYjkqiHb1/NAJfJ0HQIvGnZM2K/PSP5nqLXUf9M=";
};