Unverified Commit 34172b27 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #288132 from krupkat/xpano-update-0.18.1

xpano: 0.17.0 -> 0.18.1
parents 5ec1bfbe e35d0cc0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
  pname = "xpano";
  version = "0.17.0";
  version = "0.18.1";

  src = fetchFromGitHub {
    owner = "krupkat";
    repo = pname;
    rev = "v${version}";
    sha256 = "aKO9NYHFjb69QopseNOJvUvvVT1povP9tyGSOHJFWVo=";
    sha256 = "iPGvCJz2iywpSePBZ3c8OiccKfwaGAToGaJfRhruUPk=";
    fetchSubmodules = true;
  };