Unverified Commit 936c0f65 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #224922 from bobby285271/upd/budgie

budgie.budgie-backgrounds: 0.1 -> 1.0
parents 101bc33b 1460742e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "budgie-backgrounds";
  version = "0.1";
  version = "1.0";

  src = fetchFromGitHub {
    owner = "BuddiesOfBudgie";
    repo = "budgie-backgrounds";
    rev = "v${version}";
    hash = "sha256-pDFd+WvWOPgDoSffmX9mzjDQbhePsJV1wGqmPDcnOlw=";
    hash = "sha256-TdtgOYHO2QH4W2jWBuAzYQwxwAPya2lC3VrIi7kvi+M=";
  };

  nativeBuildInputs = [