Merge pull request #248992 from donovanglover/hyprdim-2.2.0

hyprdim: 2.1.0 -> 2.2.1

authored by

figsoda and committed by
GitHub
df7224ff f88716f2

+3 -3
+3 -3
pkgs/applications/misc/hyprdim/default.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "hyprdim"; 9 - version = "2.1.0"; 10 11 src = fetchFromGitHub { 12 owner = "donovanglover"; 13 repo = pname; 14 rev = version; 15 - hash = "sha256-EJ+3rmfRJOt9xiuWlR5IBoEzChwp35CUum25lYnFY14="; 16 }; 17 18 - cargoHash = "sha256-Pd7dM+PPI0mwxbdfTu+gZ0tScZDGa2vGqEwuj8gW1Sk="; 19 20 nativeBuildInputs = [ 21 installShellFiles
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "hyprdim"; 9 + version = "2.2.1"; 10 11 src = fetchFromGitHub { 12 owner = "donovanglover"; 13 repo = pname; 14 rev = version; 15 + hash = "sha256-6HeVLgEJDPy4cWL5td3Xl7+a6WUFZWUFynvBzPhItcg="; 16 }; 17 18 + cargoHash = "sha256-qYX5o64X8PsFcTYuZ82lIShyUN69oTzQIHrQH4B7iIw="; 19 20 nativeBuildInputs = [ 21 installShellFiles