Merge pull request #230614 from r-ryantm/auto-update/hyprpaper

hyprpaper: 0.1.0 -> 0.2.0
This commit is contained in:
Weijia Wang 2023-05-08 11:05:12 +03:00 committed by GitHub
commit 7026085169
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hyprpaper";
version = "0.1.0";
version = "0.2.0";
src = fetchFromGitHub {
owner = "hyprwm";
repo = finalAttrs.pname;
rev = "v${finalAttrs.version}";
hash = "sha256-/Kz4Qy+jx1+bfSq6e2W3MbyODkhs6GqKiiybNtqzvbc=";
hash = "sha256-rAKfgQJQRsw4QMOXdxfHIh/d5LPY6HHKBX1KtaPs2No=";
};
nativeBuildInputs = [