Unverified Commit 4f6eb3c3 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #318406 from r-ryantm/auto-update/nulloy

nulloy: 0.9.8.7 -> 0.9.9
parents b7ad06c2 b841ec01
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "nulloy";
  version = "0.9.8.7";
  version = "0.9.9";

  src = fetchFromGitHub {
    owner = "nulloy";
    repo = "nulloy";
    rev = version;
    hash = "sha256-s8DzL7pp3hmD9k8pVqmk7WGq3zZ1tLF9C+jxcRtJOXA=";
    hash = "sha256-vFg789vBV7ks+4YiWWl3u0/kQjzpAiX8dMfXU0hynDM=";
  };

  nativeBuildInputs = [