snapper: 0.10.6 -> 0.10.7

This commit is contained in:
R. Ryantm 2023-12-03 09:42:51 +00:00
parent b678419eac
commit 839fe5f25f

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "snapper";
version = "0.10.6";
version = "0.10.7";
src = fetchFromGitHub {
owner = "openSUSE";
repo = "snapper";
rev = "v${version}";
sha256 = "sha256-tKxjzJ69wr48QQEgYLp7G6aOqxs9CCUiTHV1kaRCiHM=";
sha256 = "sha256-ELhWVimZWKaHL/PK7HtALKCTmzjcZN2ScDS0yOX3lVs=";
};
strictDeps = true;