Merge pull request #255369 from markuskowa/upd-snapper

snapper: 0.10.5 -> 0.10.6
This commit is contained in:
markuskowa 2023-09-17 01:02:59 +02:00 committed by GitHub
commit 1a6da13156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "snapper";
version = "0.10.5";
version = "0.10.6";
src = fetchFromGitHub {
owner = "openSUSE";
repo = "snapper";
rev = "v${version}";
sha256 = "sha256-PJ1KfZZdo+wyeK1NyEg6SSqs/dxqNdiZ4z/BKuVFwSc=";
sha256 = "sha256-tKxjzJ69wr48QQEgYLp7G6aOqxs9CCUiTHV1kaRCiHM=";
};
nativeBuildInputs = [