Skip to content

Commit

Permalink
snapper: 0.10.7 -> 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa committed Apr 30, 2024
1 parent ae0e614 commit 3bb27c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/snapper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
pname = "snapper";
version = "0.10.7";
version = "0.11.0";

src = fetchFromGitHub {
owner = "openSUSE";
repo = "snapper";
rev = "v${version}";
sha256 = "sha256-ELhWVimZWKaHL/PK7HtALKCTmzjcZN2ScDS0yOX3lVs=";
sha256 = "sha256-7FwjVk3kkC/suJ13BIEEfIswsPBYhdQI1IuPvNcXi4A=";
};

strictDeps = true;
Expand Down

0 comments on commit 3bb27c8

Please sign in to comment.