Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 851ed0a3670c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4ae08796dca6
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 17, 2018

  1. znapzend: 0.17.0 -> 0.18.0

    Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
    
    This update was made based on information from https://repology.org/metapackage/znapzend/versions.
    
    These checks were done:
    
    - built on NixOS
    - ran ‘/nix/store/i652pzxzq638dglzqh7p7afp9dilnfsy-znapzend-0.18.0/bin/znapzendzetup help’ got 0 exit code
    - ran ‘/nix/store/i652pzxzq638dglzqh7p7afp9dilnfsy-znapzend-0.18.0/bin/znapzendztatz -h’ got 0 exit code
    - ran ‘/nix/store/i652pzxzq638dglzqh7p7afp9dilnfsy-znapzend-0.18.0/bin/znapzendztatz --help’ got 0 exit code
    - found 0.18.0 with grep in /nix/store/i652pzxzq638dglzqh7p7afp9dilnfsy-znapzend-0.18.0
    - directory tree listing: https://gist.github.com/5bc48206cf2caa33654bb891da1fdf99
    R. RyanTM committed Apr 17, 2018
    Copy the full SHA
    4eb5bdd View commit details

Commits on Apr 19, 2018

  1. Merge pull request #39029 from r-ryantm/auto-update/znapzend

    znapzend: 0.17.0 -> 0.18.0
    matthewbauer authored Apr 19, 2018
    Copy the full SHA
    4ae0879 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/backup/znapzend/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/backup/znapzend/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ stdenv, fetchFromGitHub, zfs, mbuffer, perl, perlPackages, wget, autoconf, automake }:

let
version = "0.17.0";
checksum = "0cncwkiw0w2am7gwi01p6ln87zgg1x6blfyxx7n7x8m1mv6704hl";
version = "0.18.0";
checksum = "1nlvw56viwgafma506slywfg54z6009jmzc9q6wljgr6mqfmmchd";
in
stdenv.mkDerivation rec {
name = "znapzend-${version}";