File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5858
5959stdenv . mkDerivation ( finalAttrs : {
6060 pname = "flatpak" ;
61- version = "1.14.8 " ;
61+ version = "1.14.10 " ;
6262
6363 # TODO: split out lib once we figure out what to do with triggerdir
6464 outputs = [
@@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
7272
7373 src = fetchurl {
7474 url = "https://github.com/flatpak/flatpak/releases/download/${ finalAttrs . version } /flatpak-${ finalAttrs . version } .tar.xz" ;
75- hash = "sha256-EBa3Mn96+HiW+VRl9+WBN1DTtwSaN0ChpN3LX6jFNI4 =" ;
75+ hash = "sha256-a73HkIEnNQrYWkpH1wKSyi9MRul3sysf0jHCpxnYIc0 =" ;
7676 } ;
7777
7878 patches = [
Original file line number Diff line number Diff line change 1313
1414stdenv . mkDerivation rec {
1515 pname = "bubblewrap" ;
16- version = "0.9 .0" ;
16+ version = "0.10 .0" ;
1717
1818 src = fetchFromGitHub {
1919 owner = "containers" ;
2020 repo = "bubblewrap" ;
2121 rev = "v${ version } " ;
22- hash = "sha256-dfr6MiBdCHVscrS6XE0pT67q18NxrtqJliVbbQDFl5g =" ;
22+ hash = "sha256-HYJoX7DnAwHCgxCzTYGJlc4RodbVP6hutK065AmGSl0 =" ;
2323 } ;
2424
2525 postPatch = ''
You can’t perform that action at this time.
0 commit comments