Unverified Commit 4ae08796 authored by Matthew Justin Bauer's avatar Matthew Justin Bauer Committed by GitHub
Browse files

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

znapzend: 0.17.0 -> 0.18.0
parents 851ed0a3 4eb5bdd9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ 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}";