Merge pull request #135979 from r-ryantm/auto-update/samplv1

This commit is contained in:
Artturi 2021-10-05 15:48:41 +03:00 committed by GitHub
commit 24bdf9fff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
mkDerivation rec {
pname = "samplv1";
version = "0.9.20";
version = "0.9.23";
src = fetchurl {
url = "mirror://sourceforge/samplv1/${pname}-${version}.tar.gz";
sha256 = "sha256-9tm72lV9i/155TVweNwO2jpPsCJkh6r82g7Z1wCI1ho=";
sha256 = "sha256-eJA6ixH20Wv+cD2CKGomncyfJ4tfpOL3UrTeCkb5/q0=";
};
nativeBuildInputs = [ qttools pkg-config ];