ssocr: 2.24.0 -> 2.24.1 (#364414)

This commit is contained in:
Nick Cao
2024-12-12 10:38:39 -05:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "ssocr";
version = "2.24.0";
version = "2.24.1";
src = fetchFromGitHub {
owner = "auerswal";
repo = "ssocr";
rev = "v${version}";
sha256 = "sha256-79AnlO5r3IWSsV7zcI8li63bWTa+jw99cdOFFOGFZ2w=";
sha256 = "sha256-5v97v9sBoHDCH2onpmBI7otK9UuhqJbM1TMapKp4XsM=";
};
nativeBuildInputs = [ pkg-config ];